/*-----------------初始化---------------------*/



/*固定的悬浮窗*/

@media screen and (min-width:1200px) {

.yb_conct {

	position: fixed;

	z-index: 9999999;

	bottom: 50px;

	right: -127px;

	cursor: pointer;

	transition: all .3s ease;

}

.yb_bar ul li {

	width: 180px;

	height: 53px;

	font: 16px/53px 'Microsoft YaHei';

	color: #fff;

	text-indent: 54px;

	margin-bottom: 3px;

	border-radius: 3px;

	transition: all .5s ease;

	overflow: hidden;

}

.yb_bar .yb_top {

	background: #a2763a url(../qq/fixCont.png) no-repeat 0 0;

}

.yb_bar .yb_phone {

	background: #a2763a url(../qq/fixCont.png) no-repeat 0 -57px;

}

.yb_bar .yb_QQ {

	text-indent: 0;

	background: #a2763a url(../qq/fixCont.png) no-repeat 0 -113px;

}

.yb_bar .yb_ercode {

	/*height:200px;*/



	background: #a2763a url(../qq/fixCont.png) no-repeat 0 -169px;

	

}

.yb_bar .yb_ercode div{line-height:23px;padding:0px 12px; text-indent:0}

.hd_qr {

	padding: 0 29px 25px 29px;

}

.yb_QQ a {

	display: block;

	text-indent: 54px;

	width: 100%;

	height: 100%;

	color: #fff;

}

}

@media screen and (max-width:1199px) {

	

	.yb_conct{display:none}

	

}